body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background:;
    margin: 1em;
    padding: 0.1em;
    text-align: left;
    color: black;
}

a{
	color: #333;
}

th, td{
    padding: 0.5em;
}

th, th a{
    background: black;
    color: white;
}

td{
    background: #EEE;
    color: black;
}

p {
    
}


tr.current th, tr.current th a {
    background-color:  #00cc00;
    color: black;
}

tr.past th, tr.past th a {
    background-color:  #EEE;
    color: black;
}

tr.future th, tr.future th a {
    background-color:  #ffff66;
    color: black;
}

tr.pending th, tr.pending th a {
    background-color:  red !important;
    color: black;
}

tr.total td {
    background-color: #999;
}